home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1993, 1994, Silicon Graphics, Inc.
- * All Rights Reserved.
- *
- * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- * the contents of this file may not be disclosed to third parties, copied or
- * duplicated in any form, in whole or in part, without the prior written
- * permission of Silicon Graphics, Inc.
- *
- * RESTRICTED RIGHTS LEGEND:
- * Use, duplication or disclosure by the Government is subject to restrictions
- * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- * rights reserved under the Copyright Laws of the United States.
- */
-
- #ifdef DEBUG
- #include <malloc.h>
- #endif
- #define DOUBLETIME .6
- #define ICONCOLOR 117
-
- /*
- extern Matrix ID;
-
- */
- extern short morecolors[162][3];
- extern unsigned short leftcursor[16];
- extern unsigned short rightcursor[16];
-
- extern int Black, White;
- /*
- extern float current_AGColors[12][3];
- extern float initial_AGColors[12][3];
- */
- extern long Indexwin, ADwin, MSwin, RDwin;
-
- extern int selected; /* this is the icon on the current page that
- that the user pointed to last */
- extern int prevselection;
- extern Boolean EditGroupFlag, EditDemoFlag;
- extern Boolean DeleteDemoFlag, DeleteGroupFlag;
- extern Boolean KW_change;
- extern Boolean EF_change;
- extern char *FileName;
- extern int FileMode;
-
- extern int closeup;
- extern float click1, tmptime, elapsed_time;
- /*I
- extern float texbox[4][3];
- extern float texnorm[3];
- extern float texpnts[4][2];
- extern float tex_props[];
- extern float env_props[];
- */
- extern struct icntmpltstruct *backicon[49];
- extern int numberofgroups;
- extern int numberoficons;
- extern int numberofbooks;
- extern int newgroupnumicons;
- extern int currentbook;
- extern Boolean OPENBOOK;
- extern Boolean ASCII;
- extern char *msgstring;
- extern float color_mult;
- extern long Hide;
- extern Boolean Audio;
- extern Boolean ViewOnly;
- extern char *demoenv, *xenv, *sbenv;
- extern int demoenvlen, xenvlen, sbenvlen;
- extern Boolean message_waiting;
-